| Member | Description |
|---|---|
| DECIMAL | Show as decimal to the precision defined by the PDFNumberFormat.getPrecision method. |
| FRACTION | Show as a fraction with denominator specified by the PDFNumberFormat.getDenominator method. |
| ROUND | No fractional part; round to the nearest whole unit. |
| TRUNCATE | No fractional part; truncate to achieve whole units. |